/* .label {
  font-size: 0.9rem;
  padding-left: 5px;
  font-family: 'AlinmaTheSans';
  font-weight: normal;

}

.sentence-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  gap: 15px;
  padding-bottom: 1rem;
}

.sentence-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.left-logo img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.sentence-text {
  margin: 0;
  font-size: 0.8rem;
  font-family: 'AlinmaTheSans';
}


.custom-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6px 8px;
  min-width: 90px;
  font-size: 0.9rem;
  background: #f3e5e5;
  border-radius: 10px;
  border: none;
  font-family: 'AlinmaTheSans';
}

.dropdown-item {
  padding: 0.5rem 1rem;
  font-family: 'AlinmaTheSans';
}

.Select-btn .small-logo-chevron {
  width: 8px;
  height: 8px;
  padding-top: 3px;
}

.Select-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #F0DFDB;
  border-radius: 8px;
  padding: 4px 6px;
  font-size: 0.8rem;
}

.dropdown-menu-custom {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 0;
}

.dropdown-item-custom {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 6px 33px 6px 8px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 95%;
  margin: 0 auto;
}

.dropdown-item-custom:last-child {
  border-bottom: none;
}

.dropdown-item-custom:hover {
  background-color: #f5f5f5;
}
.option-icon {
  width: 0.7rem;
  height: 1rem;
  padding-top: 5px;
}
.dropdown-custom.active .dropdown-menu-custom {
  display: block;
}
.dropdown-custom.active .small-logo-chevron {
  transform: rotate(180deg);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  z-index: 10;
  padding: 5px 0;
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  cursor: pointer;
}
.overviewCard .card-body .sentences{
  position: relative;
  padding-left: 1rem;
}
.overviewCard .card-body .sentences::before {
  content:"";
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-80%);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  display: inline-block;
}
.overviewCard .card-body .sentences:nth-child(1)::before {
  background-color: #9795E0;
}
.overviewCard .card-body .sentences:nth-child(2)::before  {
  background-color: #FF9480;
}
.overviewCard .card-body .sentences:nth-child(3)::before  {
  background-color: #E9DBD0;
 
}
.percentage {
  font-size: 1rem;
  font-weight: bold;
  font-family: 'AlinmaTheSans-Bold';
}
.sentences {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: .6rem;
}
.label {
  font-size: 0.9rem;
  padding-left: 5px;
  font-family: 'AlinmaTheSans';
  font-weight: normal;
}
.custom-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: .4rem 1rem;
  font-size: 1rem;
  background: #f3e5e5;
  border-radius: .8rem;
  border: none;
  font-family: var(--Alinma-plain);
  gap: 3px;
}
.dropdown-item {
  padding: 0.5rem 1rem;
  font-family: 'AlinmaTheSans';
}
.dropdown-item-custom img{
  display: none;
}
.chart-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 14rem;
}
.barChart {
  height: 18rem;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.semi-circle-text {
  position: absolute;
  bottom: 40px;
  text-align: center;
}
.number-text {
  margin-bottom: -8px;
  font-size: 2.5rem;
  font-family: val(--Alinma-bold);

}
.value {
  display: block;
}
.label-text {
  font-size: 1.2rem;
  font-family: 'AlinmaTheSans';
  display: block;
  color: rgba(0, 0, 0, 0.495);
  font-family: 'AlinmaTheSans-Bold';
} */